home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / ServerControlValues / README.TXT < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.0 KB  |  23 lines

  1. Passing Server Control Values Between Pages
  2. ============================================
  3.  
  4. Server.Transfer allows you to access values from one page, when transferring to 
  5. another via properties.
  6.  
  7. Using This Example With From IIS WWWROOT
  8. ----------------------------------------
  9. Put this project in your wwwroot, from the IIS console, right click the directory folder,
  10. select properties. Make sure "read" is checked, click "Create" next to "Application name:".
  11.  
  12. Using This Example From Your Projects Directory
  13. -----------------------------------------------
  14. In your IIS web console, right click "Default Web Site" (assuming you haven't renamed the default),
  15. select New->Virtual Directory..., follow the directions in the wizard. Also, make sure your project
  16. directory has the appropriate security (check the permissions on the folders in wwwroot for details).
  17.  
  18. For More Information
  19. ---------------------
  20. See MSDN for details:
  21. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconpassingservercontrolvaluesbetweenpages.asp
  22.  
  23.